home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Education / math-test / mathtest (mac) / mathtest (mac).dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1994-11-18  |  103 b   |  8 lines

  1. on keyDown
  2.   if the key = RETURN then
  3.     addnum()
  4.   else
  5.     put the key after field 111
  6.   end if
  7. end
  8.